home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 4671-5.790 / dmg-5631 / issue26.inf next >
Text File  |  1996-04-29  |  5KB  |  143 lines

  1. rem ***********************************************************************
  2. rem **                                                                   **
  3. rem ** ISSUE??.INF                   - STOSSER DISKZINE INFORMATION FILE **
  4. rem **                                                                   **
  5. rem ** This file is used to store information about this issue of        **
  6. rem ** STOSSER.  It controls the appearance of the program, and also     **
  7. rem ** lets you mess around with a load of options..                     **
  8. rem **                                                                   **
  9. rem ** For more information about customizing your STOSSER collection    **
  10. rem ** read the comments placed throughout this text file.. Don't worry  **
  11. rem ** about getting anything wrong, the program will pick it up and     **
  12. rem ** tell you!                                                         **
  13. rem **                                                                   **
  14. rem ** For even more help, consult the SHELL help screen by pressing the **
  15. rem ** HELP key on the main menu.                                        **
  16. rem **                                                                   **
  17. rem ***********************************************************************
  18. rem ** The Credits            Program Code : Neil Halliday               ** 
  19. rem **                               Ideas : Neil Halliday & Deano       **
  20. rem **                      Text Displayer : Bruno Azzara                **
  21. rem ** Specshow II (Spectrum 512 routines) : Neil Halliday               **
  22. rem ***********************************************************************
  23.  
  24. rem ** You can leave blank lines in this textfile!!
  25.  
  26.  
  27.  
  28.  
  29. rem ** Palette commands allow you to set the palette for the main menu.
  30. rem ** You can specify an STFM or an STE pallette which one is used
  31. rem ** depends on the machine its run on (obviously!).
  32. rem ** 
  33. rem ** Note: If you have specified a main menu picture then this palette
  34. rem **       will be overridden.
  35. rem ** [palette_stfm]=$0,$555,$333,$222
  36. rem ** [palette_ste]=$0,$AAA,$666,$444
  37.  
  38.  
  39.  
  40. rem ** The following 4 commands specify the colours of the main menu text,
  41. rem ** boxes, highlights & shadows. The number relates to the STOS ink
  42. rem ** colour (in otherwords the colour number). 
  43. [text]=1
  44. [highlight]=1
  45. [base]=2
  46. [shadow]=3
  47.  
  48.  
  49. rem ** The soundchip command allows us to add music to our menu.. If you
  50. rem ** get fed up with the music, and don't want to switch it off every
  51. rem ** time you load STOSSER, just rem this out.
  52. [sound_chip]=chip.mus
  53.  
  54.  
  55. rem ** If you have music switched on do you want to drive light to flash
  56. rem ** to it??  on = yes, anything else means no
  57. rem ** [pulse_drive]=on
  58.  
  59. rem ** If drive pulse is on, which music channel do we use.. 1,2 or 3?
  60. [pulse_channel]=3
  61.  
  62. rem ** And what volume level do we switch it on and off (0-15)
  63. [pulse_volume]=13
  64.  
  65.  
  66. rem ** Title screen.. Unpacked Degas Picture only please (for now)
  67. rem [title_screen]=title.pi1
  68.  
  69. rem ** Menu screen.. Unpacked Degas Medium resolution only please (for now)
  70. rem **
  71. rem ** Note: if left out the program will default to the original in built
  72. rem **       menu screen.
  73. [menu_screen]=menu.pi2
  74.  
  75.  
  76.  
  77. rem ** This is where we define the menu topics, you can have upto 9 menu
  78. rem ** topics (0-8)
  79. menu[0]=STOSSER 26
  80. menu[1]=Regulars
  81. menu[2]=Misc Articles
  82. menu[3]=STOS Articles
  83. menu[4]=Tutorials
  84.  
  85. rem ** Now we have each menu selection and the document filenames
  86. rem ** in the format item[?]=buttontext,docfilename.
  87. rem ** The number in the square brackets defines the menu area it will be in
  88. rem ** Ie placing 0 will be in STOSSER 26 section.
  89. rem **
  90. rem ** To place a quit button, call with a filename of **QUIT
  91. rem ** To display a picture, call with a filename of **filename
  92. item[0]=Welcome Folks,welcome.doc
  93. item[0]=Letters Page,letters.doc
  94. item[0]=STOSSER info,info.doc
  95. item[0]=Back Issues,back.doc
  96. item[0]=Next Issue,next.doc
  97. item[0]=Address Screen,**address.pi1
  98. item[0]=Quit STOSSER,**QUIT**
  99.  
  100. item[1]=Telegraph Pole,telegraf.doc
  101. item[1]=Contax Pals,contax.doc
  102. item[1]=A To Z,atoz.doc
  103. item[1]=STOS News,stosnews.doc
  104. item[1]=Adverts,Adverts.doc
  105. item[1]=Questionaire,question.doc
  106. item[1]=Return a question,filledin.doc
  107. item[1]=Giveaways,giveaway.doc
  108. item[1]=Problem Page,problem.doc
  109.  
  110. item[2]=Clean It Up,clean.doc
  111. item[2]=Cyberwar Review,cyber.doc
  112. item[2]=Memory Story,memory.doc
  113. item[2]=My Sweet STE,myste.doc
  114. item[2]=PC Power,pcpower.doc
  115. item[2]=Sample It,sample.doc
  116. item[2]=Sean's Bit,seanbit.doc
  117. item[2]=Derek's Bit,derbit.doc
  118.  
  119. item[3]=Close Look,close.doc
  120. item[3]=Stop The Hacker,hacker.doc
  121. item[3]=STOS Menus,menus.doc
  122. item[3]=Better Menus,menus2.doc
  123. item[3]=Pack That Bank,packbank.doc
  124. item[3]=STOS On The Falcon,falcon.doc
  125. item[3]=Preshifting,pshift.doc
  126. item[3]=High And Spritey,sprite.doc
  127.  
  128.  
  129. item[4]=Control 2,contut2.doc
  130. item[4]=Video,vid_tut.doc
  131. item[4]=Extra,extra.doc
  132. item[4]=Extension,exten.doc
  133.  
  134.  
  135.  
  136. rem ** Don't need any special end of file markers, but be sure and leave
  137. rem ** at least one carriage return at the bottom
  138.  
  139.  
  140.  
  141.  
  142.  
  143.